home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4250 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: news.epix.net!usenet
  2. From: hphilips@epix.net (Harry Philips)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: portable string library
  5. Date: 29 Jan 1996 03:04:40 GMT
  6. Organization: epix.net
  7. Message-ID: <4ehdg8$1kn@guava.epix.net>
  8. References: <4e743n$3m@galaxy.ucr.edu>
  9. NNTP-Posting-Host: cpbgppp67.epix.net
  10. X-Newsreader: WinVN 0.92.2
  11.  
  12. In article <4e743n$3m@galaxy.ucr.edu>, ychiu@cs.ucr.edu (Yuan-Chi Chiu) says:
  13. >
  14. >Hello all:
  15. >
  16. >  I'm looking for a string library that is portable to at least between
  17. >Unix and MicrosoftWindows.  
  18.  
  19. This may or may not be useful, but there's a book, "C++ Components and 
  20. Algorithms" by Scott Robert Ladd, M&T Books, 1992, ISBN 1-55851-227-6.
  21. As you can see by the publication date, this book is getting long of tooth
  22. but I think you can still find it. Chapter 3 is a string class including
  23. the C++ source code. 
  24.  
  25. This suggestion probably constitutes a secondary information source for
  26. you, but it could probably get you started fairly quickly if you are
  27. unsuccessful in finding a library elsewhere, and with the source, you can
  28. modify the class to suit your needs.
  29.  
  30. Hope it helps.
  31.  
  32. Cheers,
  33.  
  34. Harry
  35.  
  36.